make sort() generally available
authorKeir Fraser <keir@xen.org>
Fri, 24 Dec 2010 08:46:46 +0000 (08:46 +0000)
committerKeir Fraser <keir@xen.org>
Fri, 24 Dec 2010 08:46:46 +0000 (08:46 +0000)
commitabf60d361232f53ad3c51fab74ff3b6f084d7f8e
tree04a72e02795a011a2ecb865dea94cc1704d6bab5
parent98592ae8b75bb54243ebe54d1300cb0e745fbe85
make sort() generally available

Rather than having this general library function only on ia64, move it
into common code, to be used by x86 exception table sorting too.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/ia64/linux-xen/Makefile
xen/arch/ia64/linux-xen/README.origin
xen/arch/ia64/linux-xen/sort.c [deleted file]
xen/common/Makefile
xen/common/sort.c [new file with mode: 0644]
xen/include/asm-ia64/linux/README.origin
xen/include/asm-ia64/linux/sort.h [deleted file]
xen/include/xen/sort.h [new file with mode: 0644]